func github.com/andybalholm/brotli.utf8Position
6 uses
github.com/andybalholm/brotli (current package)
literal_cost.go#L3: func utf8Position(last uint, c uint, clamp uint) uint {
literal_cost.go#L25: counts[utf8Position(last_c, c, 2)]++
literal_cost.go#L58: utf8_pos = utf8Position(last_c, c, max_utf8)
literal_cost.go#L80: var utf8_pos2 uint = utf8Position(last_c, c, max_utf8)
literal_cost.go#L90: var utf8_pos2 uint = utf8Position(last_c, c, max_utf8)
literal_cost.go#L107: var utf8_pos uint = utf8Position(last_c, c, max_utf8)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |